home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / shells / init9akp.zoo / init.rc < prev   
Text File  |  1991-08-05  |  2KB  |  76 lines

  1. #
  2. # sample init.rc
  3. #
  4. # first, set the correct path
  5. #
  6. setenv MINT d:\mint
  7. setenv PATH c:\bin,c:\gnu\bin,$MINT\util,$MINT\mgr\bin,$MINT\mgr\demos\bin
  8. #
  9. # next, set some general variables
  10. #
  11. setenv TEMP m:
  12. setenv TMPDIR m:
  13. setenv TZ PST8PDT
  14. setenv HOME c:\apratt
  15. setenv SHELL $MINT\init.prg
  16. #
  17. # next, set specific variables for the gcc and make
  18. #
  19. setenv GCCEXEC c:\gnu\bin\gcc-
  20. setenv GNULIB $MINT\mntlib7\lib
  21. setenv GNUINC $MINT\mntlib7\include
  22. #
  23. setenv MACPATH c:\alcyon\include
  24. setenv ALNPATH c:\alcyon\lib
  25. setenv ALCPATH c:\alcyon\
  26.  
  27. setenv USER apratt
  28. setenv RTSPATCH c:\bin\patch.prg
  29. setenv RTSDIFF c:\bin\diff.prg
  30. setenv RTSCO c:\bin\co.prg
  31.  
  32. setenv RCSCO c:\bin\xco.prg
  33. setenv RCSDIFF c:\bin\rdiff.prg
  34. setenv RCSTMP m:\
  35.  
  36. setenv PROMPT 'test> '
  37.  
  38. setenv DEFAULT_FONT $MINT\mgr\font\gal7x11r.fnt
  39. setenv MGRFONT $MINT\mgr\font
  40. setenv MGRICON $MINT\mgr\icon
  41.  
  42. #
  43. # MWC stuff
  44. #
  45. # The quotes protect $PATH from being expanded until you execute this.
  46. #
  47.  
  48. alias mwc "setenv PATH c:\mwc\lib,c:\mwc\bin,c:\bin,c:\gnu\bin,$MINT\util,$MINT\mgr\bin,$MINT\mgr\demos\bin"
  49. setenv LIBPATH c:\mwc\lib,c:\mwc\bin
  50. setenv INCDIR c:\mwc\include
  51.  
  52. #
  53. # now set up some aliases
  54. #
  55.  
  56. alias ls ls -F
  57. alias cp cp -a -t
  58. alias szslow sz -l 128 -L 128
  59. alias lim limit -m 2048k -M 2048k
  60. alias pwd cd
  61. alias domake "make -n >xmake.bat"
  62. alias ps ls -ll x:
  63.  
  64. #
  65. # MGR aliases
  66. #
  67.  
  68. alias inv echo -n S
  69. alias clear "echo -n ' '"
  70. alias b echo -n s
  71. alias xdd half vt52 dd
  72.  
  73. #
  74. # OK, now that everything's set up, run whatever programs we want to start
  75. #
  76.